home *** CD-ROM | disk | FTP | other *** search
- /*
- * $Author: cck $ $Date: 88/09/14 10:19:32 $
- * $Header: /src/local/mac/cap/etalk/RCS/ethertalk.h,v 1.5 88/09/14 10:19:32 cck Rel $
- * $Revision: 1.5 $
- */
-
- /*
- * Ethertalk definitions
- *
- * Copyright (c) 1988 by The Trustees of Columbia University
- * in the City of New York.
- *
- * Permission is granted to any individual or institution to use,
- * copy, or redistribute this software so long as it is not sold for
- * profit, provided that this notice and the original copyright
- * notices are retained. Columbia University nor the author make no
- * representations about the suitability of this software for any
- * purpose. It is provided "as is" without express or implied
- * warranty.
- *
- * Edit History:
- *
- * August 1988 CCKim Created
- *
- */
-
- /* format of an ethertalk appletalk address */
- struct ethertalkaddr {
- byte dummy[3]; /* should be "network" */
- byte node; /* appletalk node # */
- };
-
- #ifndef ETHERTYPE_APPLETALK
- # define ETHERTYPE_APPLETALK 0x809b
- #endif
-
- #define ETPL 4 /* ethertalk protocol address length */
-
-